runtime.m.id (field)
13 uses
runtime (current package)
heapdump.go#L557: dumpint(uint64(mp.id))
os_linux.go#L172: print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", abi.FuncPCABI0(clone), " id=", mp.id, " ostk=", &mp, "\n")
proc.go#L935: mp.id = id
proc.go#L937: mp.id = mReserveID()
proc.go#L5872: id = pp.m.ptr().id
proc.go#L6355: print(mp.id)
proc.go#L6381: print(" M", mp.id, ": p=")
proc.go#L6405: print(gp.m.id)
proc.go#L6411: print(lockedm.id)
runtime2.go#L570: id int64
signal_unix.go#L842: print("PC=", hex(c.sigpc()), " m=", mp.id, " sigcode=", c.sigcode())
trace.go#L551: print("runtime: m=", mp.id, "\n")
traceback.go#L1227: print(" m=", gp.m.id, " mp=", gp.m)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |